home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-02 | 4.6 KB | 156 lines | [ttro/ttxt] |
- Installing MidiShare
-
- • MidiShare™ 1.68 - put this into the system/control panels folder.
-
- Starting MidiShare
-
- Open MidiShare control panel. You'll see there Time Manager and Midi
- Time Piece options. If you are not having MidiTimePiece hardware let
- both Time Manager and Midi Time Piece deselected.
-
- Using with Other MIDI drivers
-
- If you want to use your sequencer to play back MIDI files through the
- same MIDI port as SCOM, you must close all MIDI windows in SCOM to
- free the MIDI port. If you have open MIDI windows while trying to play
- your sequencer you'll get error message: Modem Port is in use by another
- application. When you come back to SCOM you must also make sure that
- no other MIDI application is using the midiport before you open a MIDI
- file in SCOM.
-
- OMS
-
- MidiShare's MidiTimePiece must be enabled before SCOM is launched to
- output midi using the Opcode OMS configuration for Studio 5LX & Cubase
- (MTC emulation).
-
- NOTE
-
- Midi Player makes the following settings. Tick resolution differs from those
- used in the manual. There are some examples that demonstrate how to use
- ticks. To get these working properly you have to relate them to the current
- tick resolution. To avoid tick confusion use always length symbols.
-
- signature: 4/4
- whole-note-resolution: 1920 ticks
-
- 256 Channel Support
-
- You can define setups with def-setup and allocate the ports 0..15 for specific
- synthesizers, and then address each synth with channels 1 to 16, for the total
- of 256 channels. The following works with Opcode Studio 5 interface with 15
- ports, and Studio Vision. For more information on uing MIDI channel expanders
- contact Stephane Letz <letz@rd.grame.fr> or Janusz Podrazik
- <podrazik@mrac.demon.co.uk>.
-
- IMPORTANT!
-
- In OMS: Emulate MIDI Time Piece
- Speed: fast
-
- MidiShare: Use Time Manager OFF
- Use MidiTimePiece ON
- Dynamic allocation ON
-
- NOTE
-
- Interfaces do not have port 0 (Studio5 1-15). Port 0 is port 1.
- If you assign (def-setup k2000 1), the signal is dispelled in port 2.
-
- Sample Setup
-
- (def-setup
- k2000 1 ; MIDI port 1 Ch. 1-16
- k2000i 2 ; MIDI port 2 Ch. 1-16
- k2000ii 3 ; MIDI port 3 Ch. 1-16
- super-soundcanvas (4 5) ; MIDI port 5 and 6 Ch. 1-32
- )
-
- Drum Sets
-
- You can now define drum sets that appear on the Palette menus. These sets must
- be used with drums tonality.
-
- (def-drumset mu80-analog
- group Misc
- HiQ1 (d# 1)
- HiQ2 (f# 2)
- SurdoMute (c# 1)
- SurdoOpen (d 1)
- group Scratch
- ScratchPush (f 1)
- ScratchPull (f# 1)
- ScratchPush2 (f# 6)
- ScratchPull2 (g 6)
- )
-
- Drum set voices are accessed by name as in below:
-
- (mu80-analog AnaHHOpen)
-
- See MU80 Setup file in Setups folder.
-
- In Case of Trouble
-
- MidiShare keeps the printer or modem port busy if ANY MidiPlayer windows
- are open. If you try to access busy ports from other programs (MIDI or email)
- this may result to a crash, depending how safely those programs behave on
- accessing busy ports. Such crashes can leave have unexpected consequences.
- If, after a port crash, your program complains that either modem or printer
- port is used by another program, or SCOM cannot play on the port you have
- defined, check that
-
- • appletalk is not on
- • try selecting ports with msConnect
-
- If msConnect cannot make port accessible (you'll notice this from check mark),
- then run Norton Utilities or other hard disk diagnostic/repair program. A crash
- can leave directory bits open. Norton enables to correct these errors automatically.
- If you are using virtual memory, turn it off before running Norton. You should
- have Norton in any case. Every hard disk needs constant maintenance!
-
- To avoid port crashes make sure you are not keeping MidiPlayer windows open
- while using other programs that access ports.
-
- Setting Midiports
-
- If you are using 16 channels set up the MIDI port with midiport. Modem
- port is default and is used when no port is defined.
-
- (midiport :modem) ; default
- (midiport :printer)
-
- If you want to output MIDI to printer, set it :printer before compile-song-p.
-
- (midiport :printer)
-
- (compile-song-p "ccl;output:" 1/4 "part2"
-
- ; |---|---|---|---|
- changes tonals " ... .. ... "
- test1 changes "- - -- - --- --"
- test2 changes " - -- -- -- ---"
- test3 changes " - -- -- -- -"
- test4 changes " - -- -----"
- )
-
- Here are examples of other compile-p commands.
-
- (midiport :printer)
-
- (compile-instrument-p "ccl;output:" "trio"
- piano
- sax
- violin
- )
-
- (midiport :printer)
-
- (play-file-p "sections with tempos"
- all-instruments '(a b)
- )
-
- To open MIDI file select Open... from the File menu. If you select a MIDI file
- it will be opened.
-
-